Vcenter Namespaces Networks Nsx SharedSubnets Summary

Vcenter Namespaces Networks Nsx SharedSubnets Summary
Vcenter Namespaces Networks Nsx SharedSubnets Summary

The Vcenter Namespaces Networks Nsx SharedSubnets Summary schema contains the basic information about a Subnet.

This schema was added in vSphere API 9.1.1.0.

JSON Example
{
    "subnet": "string",
    "name": "string",
    "nsx_path": "string",
    "compatible": false,
    "incompatibility_reasons": [
        {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    ]
}
string
subnet
Required  

Identifier of the Subnet.

This property was added in vSphere API 9.1.1.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespaces.networks.nsx.SharedSubnet. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespaces.networks.nsx.SharedSubnet.

string
name
Required  

Human-readable identifier of the Subnet.

This property was added in vSphere API 9.1.1.0.

string
nsx_path
Required  

NSX path of the Subnet.

This property was added in vSphere API 9.1.1.0.

boolean
compatible
Required  

Compatibility of this Subnet with vSphere Namespaces.

This property was added in vSphere API 9.1.1.0.

incompatibility_reasons
Required  

List of reasons for incompatibility. If empty, this Subnet is compatible.

This property was added in vSphere API 9.1.1.0.